

body		{
			background: rgb(0,0,0);
			font-family: Calibri;
			font-size: 10pt;
			color: rgb(255,255,255);
			}

.mainText	{
			width:500px;
			border: 1px solid Green;
			border-radius: 15px;
			background: var(--MainBoxBgDkL);
			padding: 10px;
			margin: 0 auto;
			margin-top 25px;
			text-align:justify;
			}

p			{
			font-family: Calibri, Helvetica, sans-serif;
			font-size:10pt;
			font-weight:normal;
			/*color: rgb(192,192,192);	*/
			color: rgb(0,223,0);	
			}
h1			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 24pt;
			font-weight:bold;
			color:rgb(255,255,0);
			}
h2			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14pt;
			font-weight:bold;
			color:rgb(255,0,0);
			}
h4			{
			font-family: Calibri, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight:bold;
			font-style: italic;
			color:rgb(192,192,192);
			}

hr.main		{
			width: 75%;
			border-Top: 1px solid rgb(0,0,255);
			border-bottom: 1px solid rgba(0,0,0,0);
			border-left:1px solid  rgba(0,0,0,0);
			border-right:1px solid  rgba(0,0,0,0);
			}			

hr.lb		{
			width: 50%;
			border-Top: 1px solid rgb(0,255,0);
			border-bottom: 1px solid rgba(0,0,0,0);
			border-left:1px solid  rgba(0,0,0,0);
			border-right:1px solid  rgba(0,0,0,0);
			}			
/* Flaired edges, by Tomas Theunissen https://css-tricks.com/examples/hrs/*/

hr.style-seven {
    overflow: visible; /* For IE */
	height: 10px;
	width: 50%;
	margin: 0 auto;
	margin-top:30px;
    border-style: solid;
    border-color: rgb(96,0,0);
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 10px;
    margin-top: -11px;
    border-style: solid;
    border-color: rgb(96,0,0);
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


.frontMain
{
	width:500px;
	border: 1px solid var(--timeBoxBorderB);
	border-radius: 15px;
	margin:0 auto;
	margin-top: 20px;
	background: var(--timeBoxBackB);
	padding: 10px;
}


a:link{
	color:rgb(255,255,255);
	text-decoration: none;
}
a:visited{
	color:rgb(255,255,255);
	text-decoration: none;
}


/* Glyph, by Harry Roberts */

hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double rgb(96,0,0);
    color: rgb(96,0,0);
    text-align: center;
}
hr.style-eight:after {
    content: "The End";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: rgba(0,0,0,0);
}





	